home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / AMOS / AMOSList0597 / AMOSLIST / text0262.txt < prev    next >
Encoding:
Text File  |  1997-06-01  |  2.5 KB  |  70 lines

  1. The AMOS List Game #1
  2.  
  3. Guys:
  4. Some of you had some great suggestions about the modules and programming.
  5. Unfortunately, A dopey friend of mine slipped in from the net and deleted my
  6. saved mail. Send your programming/organization tips again.
  7.  
  8. We need between three and five different modules. They will all be tied
  9. together with an overall story that can be developed after we get the
  10. modules set.
  11.  
  12. Variables
  13. SCORE - global score
  14. XPOS - screen pos x
  15. YPOS - screen pos y
  16. XSIZ - screen width
  17. YSIZ - screen height
  18.  
  19. Graphics
  20. Screens should be 320X234 or 640X234 (I know it's a bit smaller than the
  21. PAL users are used to, but let's make it Cross Pond Compatible from the
  22. start.)
  23. right now, we need some `AMOS List' screens for the intro and for the
  24. credits (anyone out there got a procedure to scroll text up the screen over
  25. graphics?)
  26.  
  27. Sound
  28. We need MODs! Whatever you can come up with should be submitted. I'll start
  29. a web page once the submissions start rolling in. Try to keep them less
  30. than 100K if you can.
  31.  
  32. Coding so far
  33. Giark - Overall coordination, install script
  34. Braneloc - Space Harrier clone stage
  35. Garfield Benjamin - sideway shooter/scroller
  36. Adam Parrott - raycasting level
  37.  
  38. Graphics Guys
  39. Andrew Hawkins
  40.  
  41. June 30 first submission deadline
  42.  
  43. Game modules
  44. Use procedures as often as possible.
  45. Graphics and sound not to exceed 600K (for YOUR module)
  46. Declare all variables, both global and otherwise
  47. Keep your code to 50K maximum (remember, it will all be one big game and 5
  48. modules makes it 250K without any fancy stuff added yet!)
  49.  
  50. Don't quote this message. Just send your requests, submissions, tips, etc.
  51. directly to me. I will add them to this document as I get them.
  52.  
  53. We've started something here. Let's get on it and show the world the power
  54. of the Amiga!
  55.  
  56. Well met and godspeed,
  57.                       Giark
  58.                                            joehick@golden.net
  59.                              http://www.golden.net/~joehick/fbn/index.html
  60.      ______  ______    _____  .------------------------------------------.
  61.     / ____/ / __  /   / ___ \ !     AMOS games, utilities, demos, etc.   !
  62.    / /__   / /_/ /   / /  / / !                                          !
  63.   / ___/  / ___  |  / /  / /  !       CyberSpace BBS (519)579-0072       !
  64.  / /     / /__/ /  / /  / /   !     on A2000 060/50MHz (519)579-0173     !
  65. /_/     /______/  /_/  /_/    !                                          !
  66.    Fly By Nite Videe-Oh!      !  FBN Amiga 500 020 14MHz 1C/5F RAM 3.1OS !
  67.                               `------------------------------------------'
  68.  
  69.  
  70.